home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / benchmarks / fork / results / sun4 < prev   
Encoding:
Text File  |  1989-09-01  |  1.1 KB  |  47 lines

  1. Aug. 21, 1989
  2. loops in
  3. fork test 1000 forks time   57.810
  4.  
  5. loops shortened
  6. fork test 1000 forks time   20.0  
  7. fork test 1000 forks time   20.910
  8.  
  9. Aug. 22, 1989
  10. Moved ContextFlush to Exit
  11. fork test 1000 forks time   21.120
  12.  
  13. Took out page flushes due to segment deletes (and profiled)
  14. fork test 1000 forks time   20.900
  15.  
  16. Took out segment deletes where context already flushed (and profiled)
  17. fork test 1000 forks time   18.10 
  18.  
  19.  
  20. Straight-lined context flush code without random offsets or delay slot fix
  21. (Profiled)
  22. fork test 1000 forks time   16.380
  23.  
  24. Straight-lined context flush code with random offsets and delay slot fix
  25. fork test 1000 forks time   16.540
  26.  
  27. Straight-lined all context, seg and page flushes with offset optimizations
  28. (profiled)
  29. fork test 1000 forks time   15.870
  30.  
  31. Aug. 25, 1989
  32. Without bcopy but with new network optimizations. (profiled)
  33. fork test 1000 forks time   16.260
  34. fork test 1000 forks time   15.950
  35.  
  36. Aug. 26, 1989
  37. Without bcopy or net opts again.
  38. fork test 1000 forks time   15.870
  39.  
  40. With bcopy opts. (profiled)
  41. fork test 1000 forks time   15.490
  42.  
  43. Aug. 31, 1989
  44. With segmapcopy opts. (profiled)
  45. fork test 1000 forks time   13.960
  46.  
  47.